Fix axis textcolor in transform3d#58
Conversation
|
thanks for the PR but the change seems a bit drastic. You can set text and axis color separately. If |
|
@petercorke , I think @mzahana proposal is justified, though I would do it slightly differently #70. There are two issues. One is that it is not possible to set the color of origin and the other is that it is not possible to set the color of axis labels if a frame label is given. |
|
ok, so what are the options we need to provide? Most general is to pass in a dict of parameters for origin, line, text which would allow fine grain control of appearance. Would that do it? |
|
No, there is no need to do that for the time being. There are |
|
I've made the change but not as a PR, there was a merge clash with the current version. You can find it here. Thanks for the reminder @stefangachter and for the original fix @mzahana. Now on PyPi as part of 1.1.5. Lot's small tweaks going on at the moment. |
|
Thanks, Peter, for your effort. However, this will not fix the problem with the origin color. It needs further logic fixing as proposed #70. In addition, in the same function |
This PR fixes the issue of not setting the axis label textcolor appropriately.
Will only change the color of axes, but not their labels. The labels stay blue.
With this PR, the axes label will take the color of
colorargument